home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1530 / lockup.ex_ / 0 / RCDATA / TFLOCKUP / TFLOCKUP.txt
Text File  |  1997-07-09  |  3KB  |  137 lines

  1. object fLockUp: TfLockUp
  2.   Left = 398
  3.   Top = 254
  4.   BorderStyle = bsDialog
  5.   Caption = 'Admin Password Utility'
  6.   ClientHeight = 113
  7.   ClientWidth = 325
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnKeyPress = FormKeyPress
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 325
  24.     Height = 85
  25.     Shape = bsFrame
  26.   end
  27.   object Label2: TLabel
  28.     Left = 4
  29.     Top = 4
  30.     Width = 34
  31.     Height = 13
  32.     Caption = 'Current'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 164
  36.     Top = 44
  37.     Width = 145
  38.     Height = 13
  39.     Caption = 'Verify New Admin Password'
  40.   end
  41.   object Label4: TLabel
  42.     Left = 164
  43.     Top = 4
  44.     Width = 126
  45.     Height = 13
  46.     Caption = 'New  (Min 4, Max 13 Char)'
  47.   end
  48.   object Edit1: TEdit
  49.     Left = 4
  50.     Top = 20
  51.     Width = 157
  52.     Height = 21
  53.     Hint = 'Enter the current Admin password on this line.'
  54.     ParentShowHint = False
  55.     PasswordChar = '*'
  56.     ShowHint = True
  57.     TabOrder = 0
  58.   end
  59.   object Button1: TButton
  60.     Left = 164
  61.     Top = 92
  62.     Width = 75
  63.     Height = 17
  64.     Caption = 'Set &Password'
  65.     TabOrder = 3
  66.     OnClick = Button1Click
  67.   end
  68.   object Button2: TButton
  69.     Left = 248
  70.     Top = 92
  71.     Width = 75
  72.     Height = 17
  73.     Caption = '&Exit'
  74.     TabOrder = 4
  75.     OnClick = Button2Click
  76.   end
  77.   object Edit2: TEdit
  78.     Left = 164
  79.     Top = 20
  80.     Width = 157
  81.     Height = 21
  82.     Hint = 
  83.       'Enter the new password here.  (word may by upper or lowercase, b' +
  84.       'ut must be between 4 and 8 char long.'
  85.     ParentShowHint = False
  86.     PasswordChar = '*'
  87.     ShowHint = True
  88.     TabOrder = 1
  89.   end
  90.   object Edit3: TEdit
  91.     Left = 164
  92.     Top = 60
  93.     Width = 157
  94.     Height = 21
  95.     Hint = 'Verify the new Admin password.'
  96.     ParentShowHint = False
  97.     PasswordChar = '*'
  98.     ShowHint = True
  99.     TabOrder = 2
  100.   end
  101.   object ini: TListBox
  102.     Left = 96
  103.     Top = 224
  104.     Width = 121
  105.     Height = 97
  106.     ItemHeight = 13
  107.     TabOrder = 5
  108.     Visible = False
  109.   end
  110.   object Memo1: TMemo
  111.     Left = 4
  112.     Top = 48
  113.     Width = 157
  114.     Height = 33
  115.     Color = clBtnFace
  116.     Ctl3D = False
  117.     Lines.Strings = (
  118.       'This password is case sensitive. '
  119.       'The default is PassWordCrash.')
  120.     ParentCtl3D = False
  121.     TabOrder = 6
  122.   end
  123.   object ProgramCheck1: TProgramCheck
  124.     Active = True
  125.     AutoCheck = True
  126.     OnCheckError = ProgramCheck1CheckError
  127.     Left = 36
  128.     Top = 92
  129.   end
  130.   object Timer1: TTimer
  131.     Enabled = False
  132.     OnTimer = Timer1Timer
  133.     Left = 80
  134.     Top = 92
  135.   end
  136. end
  137.